docs: We run meson, not configure
authorEmmanuele Bassi <ebassi@gnome.org>
Tue, 1 Oct 2019 15:20:37 +0000 (16:20 +0100)
committerEmmanuele Bassi <ebassi@gnome.org>
Mon, 11 Nov 2019 13:52:08 +0000 (13:52 +0000)
docs/reference/gtk/building.sgml

index 21c3f5ecd0a266bcf5706841b31b188e43191ffb..f11f363840194a4ada50292a27f70bfcd7b40867 100644 (file)
@@ -76,10 +76,10 @@ How to compile GTK itself
     </para>
     <para>
       Several environment variables are useful to pass to set before
-      running configure. <envar>CPPFLAGS</envar> contains options to
-      pass to the C compiler, and is used to tell the compiler where
-      to look for include files. The <envar>LDFLAGS</envar> variable
-      is used in a similar fashion for the linker. Finally the
+      running <application>meson</application>. <envar>CPPFLAGS</envar>
+      contains options to pass to the C compiler, and is used to tell
+      the compiler where to look for include files. The <envar>LDFLAGS</envar>
+      variable is used in a similar fashion for the linker. Finally the
       <envar>PKG_CONFIG_PATH</envar> environment variable contains
       a search path that <command>pkg-config</command> (see below)
       uses when looking for files describing how to compile